Welcome![Sign In][Sign Up]
Location:
Search - data structure and algorithm analysis in

Search list

[Data structsData_Structures_and_Algorithm_Analysis_in_C++_(3rd

Description: 经典书籍源代码啊。。。第三版。。。数据结构与算法分析——C++描述(第3版).-Ah classic books source code. . . Third edition. . . Data Structure and Algorithm Analysis- C++ Description (3rd edition).
Platform: | Size: 79872 | Author: unsin | Hits:

[Data structsDataStructuresAndAlgorithmAnalysisInC++

Description: 算法与数据结构 第三版哦,英文资料比较全,特别清晰版本-Algorithm and data structure of the third edition of Oh, the English-wide comparison, in particular, a clear version of
Platform: | Size: 2058240 | Author: | Hits:

[VC/MFCC

Description: 数据结构与算法分析—C语言描述 by Johnzhang0921-Data Structure and Algorithm Analysis-C language described by Johnzhang0921
Platform: | Size: 10315776 | Author: 张万宏 | Hits:

[source in ebookAnalysis-of-the-data-structure-and-algorithm=study

Description: 数据结构与算法分析学习笔记,chm电子书,讲的比较详细(含源代码)-Analysis of the data structure and algorithm study notes, chm e-book, said a more detailed (including source code)
Platform: | Size: 61440 | Author: chyjp | Hits:

[VC/MFCData_Structures_and_Algorithm_Analysis-C_language_

Description: 数据结构与算法分析--C语言描述,经典C语言书籍,Mark Allen Weiss著。-Data Structures and Algorithm Analysis- C language to describe the classic C language books, Mark Allen Weiss forward.
Platform: | Size: 10314752 | Author: 袁震 | Hits:

[JSP/JavaJavaEditionDataStructuresAndAlgorithmAnalysis

Description: Java Edition Data Structures and Algorithm Analysis:Java版数据结构和算法分析资料!-Java Edition Data Structures and Algorithm Analysis: Java version of the data structure and algorithm analysis of information!
Platform: | Size: 2883584 | Author: 穆正合 | Hits:

[SCMAlgorithmsandDataStructures

Description: While many computer science textbooks are confined to teaching programming code and languages, Algorithms and Data Structures: The Science of Computing takes a step back to introduce and explore algorithms -- the content of the code. Focusing on three core topics: design (the architecture of algorithms), theory (mathematical modeling and analysis), and the scientific method (experimental confirmation of theoretical results), the book helps students see that computer science is about problem solving, not simply the memorization and recitation of languages. Unlike many other texts, the methods of inquiry are explained in an integrated manner so students can see explicitly how they interact. Recursion and object oriented programming are emphasized as the main control structure and abstraction mechanism, respectively, in algorithm design.-While many computer science textbooks are confined to teaching programming code and languages, Algorithms and Data Structures: The Science of Computing takes a step back to introduce and explore algorithms -- the content of the code. Focusing on three core topics: design (the architecture of algorithms), theory (mathematical modeling and analysis), and the scientific method (experimental confirmation of theoretical results), the book helps students see that computer science is about problem solving, not simply the memorization and recitation of languages. Unlike many other texts, the methods of inquiry are explained in an integrated manner so students can see explicitly how they interact. Recursion and object oriented programming are emphasized as the main control structure and abstraction mechanism, respectively, in algorithm design.
Platform: | Size: 10744832 | Author: emranallan | Hits:

[Data structsData-Structure-Yan-Weiming

Description: 《数据结构》(C语言版)是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参考教材。本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较。其内容和章节编排与1992年4月出版的《数据结构》(第二版)基本一致,但在本书中更突出了抽象数据类型的概念。全书采用类C语言作为数据结构和算法的描述语言。本书概念表述严谨,逻辑推理严密,语言精炼,用词达意。并有配套出版的《数据结构题集》(C语言版)。既便于教学,又便于自学。 本书可作为计算机类专业或信息类相关专业的本科或专科教材,也可供从事计算机工程与应用工作的科技工作者参考。-"Data structure" (C language version ) is the " data structure" course written materials, but also can be used as learning data structures and algorithms for C programming reference materials.The first part of the book from the perspective of abstract data types of basic types of data structure and application thereof the second part focuses on finding and sorting methods of the realization of comprehensive analysis and comparison.Its content and chapter arrangement and 1992 published April "data structure" (Second Edition) are basically the same, but in the book is more prominent in the concept of abstract data types.The book uses a class C language as a data structure and algorithm description language.This book the concept of strict interpretation and logical reasoning closely, language refined, expressive words and terms.And supporting the publication of the "data structure" (C language version ).Both for teaching, and is convenient for self-study.This book can be used as compute
Platform: | Size: 26132480 | Author: 侯三三 | Hits:

[Data structsRedBlackTree

Description: 红黑树 数据结构与算法分析 in C 书中的算法-Red-black tree Data Structure And Algorithm Analysis In C
Platform: | Size: 3072 | Author: aa | Hits:

[Data structsPairingHeap

Description: 配对堆 数据结构与算法分析 in C 按照书中算法实现-Pairing heap Data Structure And Algorithm Analysis In C
Platform: | Size: 2048 | Author: aa | Hits:

[Data structsDoubleQeueu

Description: 双端队列 数据结构与算法分析 in C 按照书中描述实现-Deque Data Structure And Algorithm Analysis In C
Platform: | Size: 2048 | Author: aa | Hits:

[VC/MFCData-Structurein-C

Description: 全名是data structure and Algorithm Analysis in c,数据结构的好书来的。pdf英文版-Full name is the data structure and Algorithm Analysis in c, data structures books come. pdf English
Platform: | Size: 4664320 | Author: 郑子家 | Hits:

[Otherdata-structure-book

Description: 《数据结构算法实现及解析》是在第一版的基础上修订而成的。《数据结构算法实现及解析》为清华大学出版社出版、由严蔚敏和吴伟民编著的《数据结构》(C语言版)(以下简称教科书)的学习辅导书。主要内容包括:教科书中的每一种数据存储结构的图示;教科书中每一种存储结构的基本操作函数及调用这些基本操作的主程序和程序运行结果;教科书中几乎每一种算法的实现。对于教科书中一些较复杂的算法,《数据结构算法实现及解析》提供了详细的解析。有些在教科书中一带而过的存储结构(如第2章的静态链表和第6章的二叉树的三叉链表),《数据结构算法实现及解析》也提供了完整的基本操作函数及主程序和程序运行结果。-" Data structure and algorithm analysis" is revised on the basis of the first edition made. " Data structure and the analytic algorithm" as Tsinghua University Publishing House by Yan Wei Min and Wu Weimin compiled the " data structure" (C language version) (hereinafter referred to as the textbook) of study counseling books. The main contents include: the textbook for each data storage structure illustration textbook storage structure of each of the basic operations and functions of the main program calls these basic operations and procedures of operating results textbooks almost every kind of algorithm . For textbooks, some of the more complex algorithms, " data structure and algorithm analysis" provides a detailed analysis. Some textbooks in passing in the storage structure (such as a static list in Chapter 2 and Chapter 6 of the binary tree trigeminal list), " data structure and algorithm analysis" also offers a complete basic operation
Platform: | Size: 7930880 | Author: 发给各个 | Hits:

[Software EngineeringData.Structures.and.Algorithm.Analysis.in.Cpluspl

Description: Data Structure and Algorithm Analysis
Platform: | Size: 2191360 | Author: Ahmad Shahryar | Hits:

[JSPData-Structures-

Description: 数据结构与算法分析.全英课本,留学生上课必备-Data structure and algorithm analysis. Entire English textbooks, students must have in class
Platform: | Size: 2215936 | Author: yliang | Hits:

[Data structsdsaa-in-c-code

Description: 数据结构与算法分析——c语言描述全书的c源码,对于学习有很大帮助-Data structure and algorithm analysis c language to describe the book c source code, learning a great help
Platform: | Size: 35840 | Author: 黄立· | Hits:

[Data structsalgorithm-analysis-in-Java

Description: 本书是Mark Allen Weiss的经典之作,基于Java语言,主要介绍了数据结构与算法分析,深入浅出,值得学习!-This classic book is written by Mark Allen Weiss. It is about the data structure and algorithm. It is a great book for new learners!
Platform: | Size: 2899968 | Author: swita | Hits:

[VC/MFCData-Structures

Description: 本书是《Data Structures and Algorithm Analysis in C》一书第2版的简体中译本。原书曾被评为20世纪顶尖的30部计算机著作之一,作者Mark Allen Weiss在数据结构和算法分析方面卓有建树,他的数据结构和算法分析的著作尤其畅销,并受到广泛好评.已被世界500余所大学用作教材。-This book is Data Structures and Analysis in C, a Book of the second edition of the simplified Chinese version of the book in. The original book has been named one of the twentieth Century top 30 computer books, the author of Mark Allen Weiss in the data structure and algorithm analysis has made great achievements, the works of his analysis of data structures and algorithms especially popular, and has been widely praised. The world has been more than 500 universities as teaching material.
Platform: | Size: 10457088 | Author: bill | Hits:

[Data structsData Structure and Algorithm Analysis in C

Description: Data Structures and AlgorithData Algorithm Analysis in C
Platform: | Size: 4630528 | Author: xq1970 | Hits:

[Other数据结构

Description: 数据结构与算法分析第三版(c++),第7章作业~~(Data Structure and Algorithm Analysis in C++ 3th Edition)
Platform: | Size: 1434624 | Author: ccjjcc | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net